C1.Silverlight.Schedule.5
Contains(Int32) Method

The zero-based index of the item to locate.
Check if collection contains an item with specified index.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal index As System.Integer _
) As System.Boolean
public System.bool Contains( 
   System.int index
)

Parameters

index
The zero-based index of the item to locate.

Return Value

True if the item is found in the collection; otherwise, false.
See Also

Reference

BaseCollection<T> Class
BaseCollection<T> Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.